Pages can be included inside other pages to make larger pages by using the include tag. This can be useful in breaking a large page up into smaller, more manageable pieces, or to create reusable components, like headers and footers, that can be included on multiple pages. The only required attribute of the include tag is the page attribute. Includes can optionally include a section title using the title attribute or can include an edit button, allowing users to edit the included page directly, using the editable attribute.
Basic Include
[Invalid Include: Page not found: PAGENAME]
Include With Section Title
[Invalid Include: Page not found: PAGENAME]
Include With Direct Edit Button
[Invalid Include: Page not found: PAGENAME]
Include With Wrapping DIV
[Invalid Include: Page not found: PAGENAME]
Other Includes
Similar to page includes, other components can be included on a Wiki page
Sometimes the content of your page will include some of the above wikitext, and Wikispaces will mark up that text. For example, an equation that contains 2 equals signs (a = b = c) will look like a heading, or a footnote (* see details) will be interpreted as an unordered list. To prevent this markup, wikitext can be escaped by surrounding the ambiguous area with double back ticks. The back tick character is on the same key as the ~ tilde character on the keyboard. For example, to prevent a list from being displayed, use:
` ` * this is a footnote, not a list item` `
Text Formatting
heading 1
heading 2
heading 3
Links and Images and Files
Link examples
fooThis will display the text "foo" on the page which will be a link to the page in this space also called "foo".
bar
This will display the text "bar" on the page which will be a link to the page in this space called "foo".
hep/the
This will display the text "hep:the" on the page which will be a link to the page in the "hep" space called "the".
bar
This will display the text "bar" on the page which will be a link to the page in the "hep" space called "the".
Other Layout
Table of Contents
Page Includes
Pages can be included inside other pages to make larger pages by using the include tag. This can be useful in breaking a large page up into smaller, more manageable pieces, or to create reusable components, like headers and footers, that can be included on multiple pages. The only required attribute of the include tag is the page attribute. Includes can optionally include a section title using the title attribute or can include an edit button, allowing users to edit the included page directly, using the editable attribute.Other Includes
Similar to page includes, other components can be included on a Wiki pageComments
Backlinks
Page List
Editors
Tag Cloud
Special Tags
Preventing Wikitext
Sometimes the content of your page will include some of the above wikitext, and Wikispaces will mark up that text. For example, an equation that contains 2 equals signs (a = b = c) will look like a heading, or a footnote (* see details) will be interpreted as an unordered list. To prevent this markup, wikitext can be escaped by surrounding the ambiguous area with double back ticks. The back tick character is on the same key as the ~ tilde character on the keyboard. For example, to prevent a list from being displayed, use:` ` * this is a footnote, not a list item` `